// Copyright (c) 2001 __CompanyName__. All rights reserved.
//
/*
This file and its intellectual contents are considered property of the creator and are to be treated as such with respect to use in other applications. Any use of this software for any purpose whatsoever must have explicit permission from the author of the file. This code is part of an ongoing development process for future possible products, and so is considered private property.
Do not use without permission. Author: Scott C. Ziegler <Aslan@Narnia.net>
*/
import java.awt.*;
import java.awt.Window;
import java.awt.event.*;
public class BasicWindowMonitor extends WindowAdapter {